Global Index
HTML5 JS API Index > WebGL Tutorials & Specs

WebGLContextEvent

Extends Event.

WebGL generates a WebGLContextEvent event in response to a status change to the WebGL rendering context associated with the HTMLCanvasElement which has a listener for this event. Events are sent using the DOM Event System [DOM3EVENTS].

Properties
DOMStringstatusMessage
Constructor
WebGLContextEvent(DOMString type, optional WebGLContextEventInit eventInit)